HTML - tags - footer tag

revision:


Content

footer" tag : defines a footer in a document or section syntax some examples


"footer" tag : defines a footer in a document or section

top

The <footer> tag defines a footer for a document or section.

A <footer> element typically contains: authorship information, copyright information, contact information, sitemap, back to top links, related documents.You can have several <footer> elements in one document.

Attributes: the <footer> element supports the global attributes and events attributes.


syntax

top

<footer> . . . </footer>


some examples

top

Codes:

                    <footer>
                        <p class="spec">Author: Fred Flintstone<br>
                        <a href="mailto:[email protected]">[email protected]</a></p>
                    </footer>